那今天,我們來講一下在 VyOS 上設定 GRE Tunnel 的指令
其實跟昨天的大同小異。
set interfaces tunnel tun100 encapsulation 'gre'
set interfaces tunnel tun100 source-address '本機 IP'
set interfaces tunnel tun100 remote '對端 IP'
set interfaces tunnel tun0 address '10.99.0.0/31'
那設定好之後,我們輸入 commit
,接著存檔。
嘗試使用 ICMP PING 或 MTR 看看,就可以囉!
由於這是 Site to Site 隧道,所以我們的 hop 只有一跳,若要用來做 BGP 也是可以的!